EntityDAC

IObjectEnumerable<T> Members

IObjectEnumerable<T> class overview.

Properties

Name Description

Elements

Provides indexed access to an enumeration elements.

Methods

Name Description

Contains

Determines whether an enumeration contains a specified element.

Count

Returns the number of elements in an enumeration.

ElementAt

Returns the element at a specified index in an enumeration.

First

Returns the first element of an enumeration.

FirstOrDefault

Returns the first element of an enumeration, or a nil value if no element is found.

Last

Returns the last element of an enumeration.

LastOrDefault

Returns the last element of an enumeration, or a nil value if no element is found.

MetaType

Indicates the meta-type of elements in an enumeration.

Single

Returns the only element of an enumeration, and throws an exception if there is not exactly one element in the enumeration.

SingleOrDefault

Returns the only element of an enumeration, or a nil value if there is not exactly one element in the enumeration.

ToList

Returns the whole elements collection of an enumeration as TList.

Where

Overloaded.Description is not available at the moment.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback